projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42ca760
)
gsk: Add GskTransform autocleanup definition
author
Corentin Noël
<corentin@elementary.io>
Fri, 8 May 2020 07:14:55 +0000
(09:14 +0200)
committer
Corentin Noël
<corentin@elementary.io>
Fri, 8 May 2020 07:14:55 +0000
(09:14 +0200)
gsk/gsk-autocleanup.h
patch
|
blob
|
history
diff --git
a/gsk/gsk-autocleanup.h
b/gsk/gsk-autocleanup.h
index 3c52a43b29051e551216a07e5b9b5b8cf1643b61..d2d2189001e46fd5a6ed8025e2172d115d485dff 100644
(file)
--- a/
gsk/gsk-autocleanup.h
+++ b/
gsk/gsk-autocleanup.h
@@
-24,5
+24,6
@@
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GskRenderer, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GskRenderNode, gsk_render_node_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GskTransform, gsk_transform_unref)
#endif